home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 1271 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news1.interserv.net!news
  2. From: vclant12@interserv.com
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: AT Question:  is it possible to send two subsequent dial commands?
  5. Date: 12 Jan 1996 17:39:03 GMT
  6. Organization: InterServ News Service
  7. Message-ID: <4d66bn$d6f@lal.interserv.net>
  8. References: <worman.2-1101960947400001@128.146.252.167>
  9. NNTP-Posting-Host: hd51-033.compuserve.com
  10. X-Newsreader: SPRY News 3.03 (SPRY, Inc.)
  11.  
  12. >   worman.2@osu.edu (Rob Worman) writes:
  13. >  Hello-
  14. >  
  15. >  I'm using an older 1200 baud Hayes modem as a dialler, but it won't accept
  16. >  REALLY long phone numbers (using a calling card for LD, so we're talking
  17. >  about 30-40 digits with some commas thrown in here and there)
  18. >  
  19. >  Is there some way to send two back-to-back ATDT commands to a modem, and
  20. >  have it accept them both as part of the same call?
  21.  
  22. There might be a way out :
  23.  
  24. use a dial modifier for going to command mode after dialing, typically ';' is
  25. used for that purpose. then, the next commant starts with AT again, including 
  26. the fresh count of command line characters.
  27.  
  28. so it might look like : 
  29. ATDT<first number>;
  30.  
  31. the modem dials out and will accept any new command line:
  32. ATDT<second number>
  33.  
  34.  
  35. you can continue with more numbers, especially in cases when you need to 
  36. use (1) 1-800 number to get the computer tone, (2) enter the actual remote
  37. station number, (3) enter the PIN number to validate the call...
  38.  
  39. regards,
  40. vc_lant
  41.  
  42.